literate programming - définition. Qu'est-ce que literate programming
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est literate programming - définition


Literate programming         
  • ''Literate Programming'' by [[Donald Knuth]] is the seminal book on literate programming
PROGRAMMING PARADIGM
Literate Program; Literate Programming
Literate programming is a programming paradigm introduced in 1984 by Donald Knuth in which a computer program is given an explanation of its logic in a natural language, such as English, interspersed (embedded) with snippets of macros and traditional source code, from which compilable source code can be generated. The approach is used in scientific computing and in data science routinely for reproducible research and open access purposes.
literate programming         
  • ''Literate Programming'' by [[Donald Knuth]] is the seminal book on literate programming
PROGRAMMING PARADIGM
Literate Program; Literate Programming
<programming, text> Combining the use of a text formatting language such as TeX and a conventional programming language so as to maintain documentation and source code together. Literate programming may use the inverse comment convention. Perl's literate programming system is called pod. (2003-09-24)
Multitier programming         
PROGRAMMING PARADIGM
Draft:Multitier Programming; Draft:Multitier programming; List of multitier programming languages
Multitier programming (or tierless programming) is a programming paradigm for distributed software, which typically follows a multitier architecture, physically separating different functional aspects of the software into different tiers (e.g.